home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / graphs / davinci-.003 < prev    next >
Encoding:
Text File  |  1996-11-16  |  4.1 KB  |  103 lines

  1. (by Michael Froehlich, July 15, 1996)
  2.  
  3. Platform Requirements and Installation
  4. ======================================
  5.  
  6. Platform Requirements
  7. ---------------------
  8.  
  9. daVinci V2.0.1 is available for UNIX platforms which are supported by X-Window
  10. (X11) and the Tcl/Tk toolkit. At the moment there are binary distributions
  11. for the following operating systems:
  12.  
  13.    * Sun Solaris 2.x for SPARC
  14.    * SunOS 4.1.x
  15.    * HP-UX
  16.    * IBM AIX
  17.    * SGI IRIX
  18.    * DEC UNIX (aka OSF/1)
  19.    * DEC Ultrix
  20.    * Linux
  21.  
  22. If you miss a UNIX platform where daVinci is not available for at the
  23. moment, then feel free to contact the developers for asking about a port.
  24. The source code of daVinci is not available.
  25.  
  26. The minimal hardware requirement for working seriously with daVinci is a
  27. UNIX workstation with a performance comparable to a Sun SPARCstation 10 or
  28. better (i.e. at least 1 SPECint95) and 32MB RAM. For PC's, an Intel 486 and
  29. 16MB or better is recommened. It is possible that daVinci will work on
  30. slower configurations or with fewer memory, but in this case the performance
  31. may be disappointing. If you have problems with not enough memory (daVinci
  32. will crash with a X Error: BadAlloc message as soon as no more memory is
  33. available), you should try to switch off the pixmap cache by starting daVinci 
  34. with option -nocache.
  35.  
  36. The software requirement for daVinci is an X-Window environment. The user
  37. interface is implemented in Tcl/Tk but it is not required to install Tcl/Tk 
  38. in order to use daVinci. The system has been tested with the following X11 
  39. window managers: 
  40.  
  41.    * dtwm (CDE)
  42.    * mwm (Motif)
  43.    * olwm/olvwm (OpenWindows)
  44.    * fvwm/fvwm2
  45.    * ctwm
  46.    * twm
  47.  
  48.  
  49. Installation
  50. ------------
  51.  
  52. Overview:
  53.  
  54.   1. Get daVinci by ftp
  55.   2. Use gunzip, tar -xf
  56.   3. Set $DAVINCIHOME to the daVinci directory
  57.   4. Be sure to have Netscape 2.0 or higher for the online documentation
  58.   5. Start daVinci
  59.   6. Read and accept the license
  60.  
  61. Detail:
  62.  
  63. After downloading the daVinci distribution for the particular UNIX platform
  64. by ftp, the retrieved file need to be uncompressed with command "gunzip 
  65. <file>" and afterwards extracted by using command "tar -xf <file>". This 
  66. will create a directory daVinci_V2.0 in your current directory. To place 
  67. daVinci at another location, you have to move the daVinci_V2.0 directory 
  68. completly to some other directory of your filesystem.
  69.  
  70. Before starting daVinci, you have to set environment variable $DAVINCIHOME
  71. to the absolute file name of the daVinci_V2.0 directory on your computer.
  72. daVinci needs to know this location to find resources, e.g. the online
  73. documentation or the graph editor. For example, if you have installed
  74. daVinci in your home directory /home/me, then in a csh the environment
  75. variable can be set using the following command:
  76.  
  77.      setenv DAVINCIHOME /home/me/daVinci_V2.0
  78.  
  79. You should make this setting permanent by putting the command into the
  80. .cshrc file which is usually in your home directory. The setting policy may
  81. be different if you are using another UNIX shell than csh. Finally, make
  82. sure that you have installed Netscape 1.1 or higher to work with the online
  83. documentation. For the search engine, written in Java, you need to have
  84. at least version 2.0 of the Netscape browser.
  85.  
  86. After moving to the daVinci_V2.0 directory with 'cd', you can start the system
  87. by entering command 'daVinci' in the shell. For the first time a user is
  88. starting daVinci, a window with the license agreement will appear. Please
  89. read the terms of the agreement carefully. You can get the full text of the
  90. license by pressing the 'Show License' button. The license text is also
  91. available in file LICENSE in the daVinci_V2.0 directory. By confirming the
  92. license window, you accept and agree to become bound by the terms of this
  93. license. Please press the 'Quit' button in the license agreement window, if
  94. you do not agree to this license.
  95.  
  96. By confirming the license agreement, a notification window will appear to
  97. ask the user about sending an e-mail to the daVinci project. This
  98. notification is optional. Afterwards, daVinci can be used and Netscape will
  99. be started "automagically" to show the introduction page of the online 
  100. documentation.
  101.  
  102. -End-
  103.